FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ListBase.ListChangedEventArgs<T> Class / Count Property


In This Topic
Count Property (ListBase.ListChangedEventArgs<T>)
In This Topic
Gets the count.
Syntax
'Declaration
 
Public ReadOnly Property Count As Integer
 
'Usage
 
Dim instance As ListBase.ListChangedEventArgs(Of T)
Dim value As Integer
 
value = instance.Count
See Also